session replication造句
例句與造句
- Removing them will reduce the cost of session replication
刪除它們會(huì)減少會(huì)話復(fù)制的成本。 - Example , which can help you configure tomcat for failover and session replication
示例,該示例能夠幫助您為進(jìn)行故障轉(zhuǎn)移和會(huì)話復(fù)制配置tomcat 。 - One approach for session replication is simply to serialize the session contents and write it to a database
一種會(huì)話復(fù)制的方法是序列化會(huì)話內(nèi)容并將它寫(xiě)入數(shù)據(jù)庫(kù)。 - For a link to content that will help you configure tomcat for failover and session replication
以取得到該內(nèi)容的鏈接,這些內(nèi)容將有助于為故障轉(zhuǎn)移和會(huì)話復(fù)制配置tomcat 。 - Session replication enables a host of benefits - load balancing , scalability , fault tolerance , and high availability
會(huì)話復(fù)制可以提供大量好處負(fù)載平衡、伸縮性、容錯(cuò)和高可用性。 - It's difficult to find session replication in a sentence. 用session replication造句挺難的
- For servlets in the first place , and it imposes some requirements for containers that choose to do session replication
的重要部分,并且它對(duì)作為進(jìn)行會(huì)話復(fù)制的容器提出了一些要求。 - Whatever mechanism you decide on for session replication , you can improve the performance and scalability of your web application in a few ways
不管決定使用什么機(jī)制進(jìn)行會(huì)話復(fù)制,可以用幾種方式改進(jìn)web應(yīng)用程序的性能和伸縮性。 - Those services are dynacache , memory to memory session replication , core groups , web services caching , and stateful session bean persistence
這些服務(wù)是dynacache 、內(nèi)存到內(nèi)存會(huì)話復(fù)制、核心組、 web服務(wù)緩存和有狀態(tài)會(huì)話bean持久性。 - In addition , through projects such as wadi , session replication can be added to servlet containers such as tomcat or jetty through the servlet filtering mechanism
此外,通過(guò)像wadi這樣的項(xiàng)目,可以用servlet過(guò)濾機(jī)制將會(huì)話復(fù)制添加到像tomcat或者jetty這樣的servlet容器中。 - For containers that support minimal updating , you can reduce the cost of session replication by placing multiple , finer - grained objects in the session rather than one big monolithic object
對(duì)于支持最小更新的容器,可以通過(guò)將多個(gè)細(xì)化的對(duì)象而不是一個(gè)大塊頭放到會(huì)話中而降低會(huì)話復(fù)制的成本。 - The servlet specification does not mandate that a servlet container perform any type of session replication or persistence , but it does suggest that state replication is considered an important part of the
Servlet規(guī)范沒(méi)有要求servlet容器進(jìn)行某種類型的會(huì)話復(fù)制或者持久性,但是它建議將狀態(tài)復(fù)制作為servlet首要 - In addition , there are numerous methods available for session replication ; the choice of method will depend on the size of the application cluster , the goal of replication , and the replication facilities supported by your servlet container
此外,有大量會(huì)話復(fù)制的方法可用:方法的選擇取決于應(yīng)用程序群集的規(guī)模、復(fù)制的目標(biāo)和servlet容器支持的復(fù)制設(shè)施。 - First of all , remember that in order to gain the benefit of session replication , you will need to mark your web application as distributable in the deployment descriptor , and make sure that anything placed in the session is serializeable
首先記住,為了獲得會(huì)話復(fù)制的好處,需要在部署描述符中將web應(yīng)用程序標(biāo)記為distributable ,并保證在會(huì)話中的所有內(nèi)容都是可序列化的。